Switch.Invert property
Inverts the sensor value. By default, Invert is false and the sensor is considered touched as it is high (on). If Invert is true, the sensor is considered touched as it is low (off).
Namespace: IntervalZero.KINGSTAR.Base.Class
Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
public bool Invert { get; set; }
Public Property Invert As Boolean
Property Value
Type: bool
See also